/* body{ */
    /* background-color: aquamarine; */
    /* display: flex;
    align-items: center;
    justify-content: center; */
/* } */

@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2&family=Monoton&display=swap');
/* 
font-family: 'Baloo Bhaijaan 2', cursive;
font-family: 'Monoton', cursive;
 */

*{
    margin: 0px;
    padding: 0px;
}

/*******************************NAVBAR**********************************/
.navbar{
 background: rgb(46, 40, 40);
 position: sticky;
 transition: top .3s;
 
}

.nav{
    display: flex;
    list-style: none;
}
.navItem{
   margin: 18px 13px;

}

.navItem a{
    text-decoration: none;
    padding: 4px 10px;
    color: white;
    font-size:large;
    font-family: 'Baloo Bhaijaan 2', cursive;
   
}

.menu_bar{
    display: none;
    position: absolute;
    top: 3%;
    left: 95%;
    cursor: pointer;
    
}
.menu_logo{
    background-color: black;
    height: 2%;
    margin: 3px 10px;
    width: 100%;
    padding: 1.5px;
}


.navBox{
    display: flex;
    justify-content: space-between;
}
#nav_form{
  padding:18px 13px;
 
}
.title{
    font-family:'Monoton', cursive; 
    font-size: 20px;
    text-decoration: none;
    padding: 14px 5px;
    color: rgb(245, 182, 8);
}
.search_bx{
    border:none;
    padding: 5px 4px;
    border-radius: 9px;
    /* margin: 0px 5px; */
}

#search_btn{
    background: rgb(3, 202, 202);
    color:white;
    cursor: pointer;
}

/*   dropdown    //////////////////// */

.drop{
    position:absolute;
    margin: 20px 5px 0px 0px;
    list-style: none;
   
    
}

.drop li{
    padding:0px 10px;
    /* border: 1px solid black; */
    border-radius: 5px;
    margin: 5px 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    background: white;
  
}

.drop li:hover{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    background: darkslategray;
    color: white;
    
}
.drop li a{
    color: black;
    font-family:'Baloo Bhaijaan 2', cursive;
}
.drop li a:hover{
  color: white;
               
}




/******************************************************************/
#cal_tab{
    margin: auto;
    padding: 37px 4px;
}

.box{
    display: flex;
    align-items: center;
    justify-content: center;
}

.text{
    position: absolute;
    border: 2px solid rgb(44, 38, 2);
    margin-top: 35px;
    padding: 5px 0px;
    color: rgb(1, 139, 1);
    width:169px;
    border-radius: 5px;
    /* border:none; */
    font-size: 20px;
    font-weight: 700;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;


}
.btn_grp{
  width: 40px;
  height: 40px;
  background: rgb(33, 29, 56);
  color: yellow;
  border: none;
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
button:hover{
    transform: scaleY(1.08);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.section{
    width: 200px;
    position: absolute;
    top: 20%;
    background: rgb(170, 170, 209);
    padding: 10px 0px 0px 0px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;}



    /**********************************main container***********************/

    .mainBox{
   
    display:grid;
    grid-template-columns:4fr 1fr ;
    grid-column-gap: 5px;
    grid-template-rows:1fr 1fr;
    grid-row-gap: 5px;
    margin: 5px;
    

    }

    .other{
        grid-row: 1/3;
        
       
       
       
       
    }

    .allTools{
        display: flex;
        flex-wrap: wrap;
        margin: 30px 10px;
       
    }
    .out_put{
        
        display: flex;
        align-items: center;
        justify-content: center;
      
      
    }


    .main_item{
        margin:20px 15px;
        
    }
    
    .head_txt{
        text-align: center;
        font-size: 30px;
        font-family: 'Baloo Bhaijaan 2', cursive;
        font-weight: 900;
    }

    /* *******************************list item **************************8*/

    .item{
        list-style:none;
        padding: 2px 0px;
        margin: 5px 0px;
        border-radius: 9px;
        box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;

    }
    .item:hover{
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
        background: rgb(3, 194, 3);
        color: white;

    }
    .item a{
        text-decoration: none;
        color: rgb(33, 141, 6);
        padding: 1px;
        font-family: 'Baloo Bhaijaan 2', cursive;

    }
    .item a:hover{
        color:white;
      
    }

    .heading{
        text-align: center;
        font-family: 'Baloo Bhaijaan 2', cursive;
        font-size: 25px;
        font-weight: 800;
       
    }
    .heading a{
        text-decoration: none;
    }

    /******Time*************/
    #time_zone{
   padding:5px 10px;
   box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
   position: absolute;
   margin: 5px;
   

     }
     #date{
      color: green;
      font-family:'Baloo Bhaijaan 2', cursive ;
      font-size: larger;
      font-weight: 800;
    }
    #time{
        color: rgb(236, 15, 15);
        font-size: large;
        font-family: 'Baloo Bhaijaan 2', cursive; 
        font-weight: 900;
    }



    /**********************footer*****************************/
    .footer{
        background: rgb(33, 29, 56);
        padding: 5px;
    }

    .footbox{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
   
    }

    

    .footList{
      list-style: none;
    }

    .footList a{
       color: white;
       text-decoration: none;
       font-size: 12px;
       font-family:'Baloo Bhaijaan 2', cursive ;
    }
    .footnot{
        color:gold; font-size:12px; text-align: center;
    }

    .logoBox{
        
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .logoBox p{
        color: gold;
    }

    #brand{
       width:16%;
      border-radius: 50%;
      border: 2px solid wheat;

    }
    .footHead{
        color: white;
        font-size: 22px;
    }
    .footHead a{
        color: yellow;
        text-decoration: none;
    }

    /* contact section */

    .contact{
      margin: 4px 0px 4px 100px;
      
    }

    

    .logo{
     padding: 6px;
     width: 7%;
     border: 2px solid white;
     border-radius: 50%;
     margin: 0px 4px;
     
    }
    .logo:hover{
        background: orange;
    }

    /***************************************************/

    /**universal***/  
    .none{
        display: none;
        
    }
    .font{
        font-family:'Baloo Bhaijaan 2', cursive;
        opacity: 1;
        text-align: center;
        font-size: 25px;
        font-weight: 500;
     }


     .d_flex{
         display: flex;
         align-items: center;
         justify-content: center;
         flex-direction: column;
     }

     .center{
         text-align: center;
         color: rgb(255, 81, 0);
     }
   
    
    

